Asynchronously read lines from standard input (fd 0)for await (const line of console) { console.log(line); }